home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 January / macformat-020.iso / Shareware City / Developers / Commander Sets / 4D Speech Pack / 4D Speech Pack.rsrc / TEXT_31039_†SP Count open.txt < prev    next >
Encoding:
Text File  |  1994-09-14  |  498 b   |  18 lines

  1. SP Count open -> count
  2.  
  3. count          integer       returns how many voices are currently opened
  4.                                     in your application and/or System Folder. When
  5.                                     no Speech Manager is available this function
  6.                                     returns zero.
  7.  
  8. Returns the number of voices currently opened with the Speech Pack external.
  9.  
  10. Example:
  11.   $count := SP Count open
  12.  
  13.   If ($count = 0)
  14.     ALERT ("There are no voices opened.")
  15.   End if
  16.  
  17.  
  18.